.footer{
background: #071525;
padding:0.7rem 0 0.1rem 0rem;
}
.footer .main{
flex-direction: column;
}
.footer .main .flex_box1{
	width: 100%;

}
.footer_nav{
	justify-content: space-between;
	display: flex;
	/*padding-bottom:1rem;*/
	/*margin-bottom: 0.45rem;*/
		align-items: flex-start;
/*border-bottom: 0.01rem solid rgba(255,255,255,0.2);*/
width: 100%;
	align-items: flex-start !important;

}
.footer .flex_box2{
	width:100%;
}
.footer_nav .level1_a{
	font-size: 0.16rem;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	padding-bottom:0.2rem;
}
.footer_nav .level2_a{
	font-size: 0.14rem;
	font-weight: 400;
	color: #DCDCDC;
	line-height: 0.36rem;
}
.footer .flex_box2 {
	padding:0.09rem 0 0.15rem 0rem;
	border-top:0.01rem solid rgba(255,255,255,0.2);
	border-bottom:0.01rem solid rgba(255,255,255,0.2);

}

.footer .contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .c_item {
	display: flex;
	align-items: flex-start;
}
.footer .c_item img{
	width:0.22rem;
	object-fit: contain;
	margin-right:0.1rem;
}
.footer .c_item .tie{
	font-size: 0.2rem;
	height:auto;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}

.footer .c_item .txt{
	font-size: 0.16rem;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 0.3rem;
	display: block;
	margin-top: 0.05rem;
	height: auto;
}
.footer .qr{

}
.record{
	padding:0.3rem 0 0.3rem 0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row !important;
}
.record .re_text{
	display: flex;
}
.record .re_text,
.record .re_text span{
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.36rem;
	white-space: nowrap;

}
.record .re_text a{
	display: inline-block;
	width: auto;
	margin:0 0.1rem;
}
.totop {
    right: 0;
    bottom: 0.3rem;
    height: 0.44rem;
    object-fit: contain;
	width: auto;
}




/* 二维码 */
.footer .flex_box3{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.45rem;
	padding-top: 0.45rem;
	width: 100%;
	/*display: none;*/
}
.footer .qr_item{
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
	width: auto;
}
.footer .qr_item img{
	width: 1.27rem;
	height: 1.27rem;
	object-fit: contain;
	margin-bottom: 0.1rem;
}

@media screen and (max-width:1024px){
    .flex_box1{
        display: none;
    }
    .main flex_box{
        width: 100%;
    }
    .flex_box2{
        width: 100%;
        padding-top: 10px !important;
    }
    .flex_box3{
        width: 94%;
    }
    .contact{
    margin: auto;
            flex-wrap: wrap;
    flex-direction: column;
    }
    .footer .contact{
        align-items: normal;
    }
    .main{
        width: 94% !important;
    }
    .re_text span{
                font-size: 12px !important;
    }
    .re_text{
        font-size: 12px !important;
    }
    .qr_item{
        font-size: 12px !important;
    }
    .tie{
        font-size: 12px !important;
    }
    .txt{
        font-size: 12px !important;
        margin-bottom: 4px;
    }
    .index_four{
        padding-top: 0 !important;
    }
    .index_one{
        padding-top: 0 !important;
    }
}

@media screen and (max-width:1024px){
    .footer .flex_box3{
        padding-top: 0;
    }
    .footer{
        overflow: hidden;
    }
    .main{
     width:93% !important;
    }
    .record .re_text a{
        margin-left: 3px;
        margin-right: 0;
    }
}